home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / python2.6 / lib2to3 / fixes / fix_imports2.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2009-04-20  |  630 b   |  15 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. '''Fix incompatible imports and module references that must be fixed after
  5. fix_imports.'''
  6. from  import fix_imports
  7. MAPPING = {
  8.     'whichdb': 'dbm',
  9.     'anydbm': 'dbm' }
  10.  
  11. class FixImports2(fix_imports.FixImports):
  12.     run_order = 7
  13.     mapping = MAPPING
  14.  
  15.